ipfetch: fix phase name

This commit is contained in:
papojari 2022-04-08 17:50:15 +02:00
parent 433236f615
commit ac6ae29f46
No known key found for this signature in database
GPG key ID: 5D98BEEC20C9695C

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
strictDeps = true;
buildInputs = [ bash wget ];
nativeBuildInputs = [ makeWrapper ];
patchPhase = ''
postPatch = ''
patchShebangs --host ipfetch
# Not only does `/usr` have to be replaced but also `/flags` needs to be added because with Nix the script is broken without this. The `/flags` is somehow not needed if you install via the install script in the source repository.
substituteInPlace ./ipfetch --replace /usr/share/ipfetch $out/usr/share/ipfetch/flags