Loading pkgs/shells/rc-9front/default.nix +3 −3 Original line number Diff line number Diff line { lib { lib , stdenv , fetchgit , byacc , installShellFiles }: stdenv.mkDerivation rec { stdenv.mkDerivation { pname = "rc-9front"; version = "unstable-2022-11-01"; Loading @@ -18,6 +17,7 @@ stdenv.mkDerivation rec { strictDeps = true; nativeBuildInputs = [ byacc installShellFiles ]; enableParallelBuilding = true; patches = [ ./path.patch ]; buildPhase = '' Loading Loading
pkgs/shells/rc-9front/default.nix +3 −3 Original line number Diff line number Diff line { lib { lib , stdenv , fetchgit , byacc , installShellFiles }: stdenv.mkDerivation rec { stdenv.mkDerivation { pname = "rc-9front"; version = "unstable-2022-11-01"; Loading @@ -18,6 +17,7 @@ stdenv.mkDerivation rec { strictDeps = true; nativeBuildInputs = [ byacc installShellFiles ]; enableParallelBuilding = true; patches = [ ./path.patch ]; buildPhase = '' Loading