Skip to content

Commit

Permalink
squash! Add test for 'unclear-gpl' with buildPythonPackage
Browse files Browse the repository at this point in the history
unclear-gpl: Run for buildPythonPackage
  • Loading branch information
jtojnar committed Jan 25, 2021
1 parent e587695 commit d817f5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overlays/unclear-gpl.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
final: prev:
let
inherit (prev) lib;
inherit (import ../lib { inherit lib; }) checkMkDerivationFor;
inherit (import ../lib { inherit lib; }) checkFor;

licenses = [
"agpl3"
Expand Down Expand Up @@ -37,4 +37,4 @@ let
);

in
checkMkDerivationFor checkDerivation attrs final prev
checkFor checkDerivation attrs final prev

0 comments on commit d817f5d

Please sign in to comment.