fix typo in default.nix

This commit is contained in:
Yehowshua Immanuel 2024-11-18 01:22:08 +00:00
parent 4dda3ec33d
commit 231b173df8

View file

@ -20,7 +20,7 @@ haskellPackages.mkDerivation {
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = haskellDeps;
executableHaskellDepends = haskellPackages.base;
executableHaskellDepends = [haskellPackages.base];
homepage = "https://github.com/JoyOfHardware/haskellator#readme";
license = pkgs.lib.licenses.gpl3Only;
mainProgram = "rtlil-parse";