mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
dwarf-fortress: remove phases
This commit is contained in:
parent
816a29f9c4
commit
a7d44252c3
@ -22,7 +22,6 @@ stdenv.mkDerivation rec {
|
||||
url = "http://df.zweistein.cz/soundsense/soundSense_${version}.zip";
|
||||
sha256 = "1gkrs69l3xsh858yjp204ddp29m668j630akm7arssc9359wxqkk";
|
||||
};
|
||||
phases = [ "unpackPhase" "buildPhase" "installPhase" ];
|
||||
nativeBuildInputs = [ dos2unix ];
|
||||
buildPhase = ''
|
||||
dos2unix soundSense.sh
|
||||
|
Loading…
Reference in New Issue
Block a user