helvum: prePatch -> postPatch

This commit is contained in:
Bobby Rong 2021-12-24 14:06:21 +08:00 committed by GitHub
parent 2c5c560b0e
commit e81875ded2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
};
}