clean up
This commit is contained in:
parent
9c364b72f7
commit
7f8875d126
1 changed files with 5 additions and 3 deletions
|
@ -13,18 +13,22 @@
|
|||
stdenv.mkDerivation (final: {
|
||||
pname = "linapple";
|
||||
version = "2.3.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "linappleii";
|
||||
repo = "linapple";
|
||||
rev = "eb1f22e6093bc95cc93756fb905180d01c28656b";
|
||||
hash = "sha256-KwUOmjGnfjsQomtn2So/SLoe3XSStD+TbWPsxJaaGcc=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
./asset-dir.patch
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
imagemagick7
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
curl
|
||||
libzip
|
||||
|
@ -32,12 +36,10 @@ stdenv.mkDerivation (final: {
|
|||
SDL
|
||||
SDL_image
|
||||
];
|
||||
|
||||
makeFlags = [
|
||||
"DESTDIR=$(out)"
|
||||
];
|
||||
# installPhase = ''
|
||||
# make install DESTDIR=$out
|
||||
# '';
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/linappleii/linapple";
|
||||
|
|
Loading…
Reference in a new issue