fix typo in default.nix
This commit is contained in:
parent
4dda3ec33d
commit
231b173df8
|
@ -20,7 +20,7 @@ haskellPackages.mkDerivation {
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
enableSeparateDataOutput = true;
|
enableSeparateDataOutput = true;
|
||||||
libraryHaskellDepends = haskellDeps;
|
libraryHaskellDepends = haskellDeps;
|
||||||
executableHaskellDepends = haskellPackages.base;
|
executableHaskellDepends = [haskellPackages.base];
|
||||||
homepage = "https://github.com/JoyOfHardware/haskellator#readme";
|
homepage = "https://github.com/JoyOfHardware/haskellator#readme";
|
||||||
license = pkgs.lib.licenses.gpl3Only;
|
license = pkgs.lib.licenses.gpl3Only;
|
||||||
mainProgram = "rtlil-parse";
|
mainProgram = "rtlil-parse";
|
||||||
|
|
Loading…
Reference in a new issue