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