helvum: prePatch -> postPatch
This commit is contained in:
parent
2c5c560b0e
commit
e81875ded2
@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
|
|||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
prePatch = ''
|
postPatch = ''
|
||||||
patchShebangs build-aux/cargo.sh
|
patchShebangs build-aux/cargo.sh
|
||||||
'';
|
'';
|
||||||
|
|
||||||
@ -68,6 +68,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://gitlab.freedesktop.org/ryuukyu/helvum";
|
homepage = "https://gitlab.freedesktop.org/ryuukyu/helvum";
|
||||||
license = licenses.gpl3Only;
|
license = licenses.gpl3Only;
|
||||||
maintainers = with maintainers; [ fufexan ];
|
maintainers = with maintainers; [ fufexan ];
|
||||||
platforms = lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user