mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
_1oom: reorder attributes from nixpkgs-hammering (#414563)
This commit is contained in:
commit
ffa4aab9b2
1 changed files with 7 additions and 7 deletions
|
@ -16,6 +16,11 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "1oom";
|
pname = "1oom";
|
||||||
version = "1.11.6";
|
version = "1.11.6";
|
||||||
|
|
||||||
|
outputs = [
|
||||||
|
"out"
|
||||||
|
"doc"
|
||||||
|
];
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "1oom-fork";
|
owner = "1oom-fork";
|
||||||
repo = "1oom";
|
repo = "1oom";
|
||||||
|
@ -23,9 +28,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
hash = "sha256-w67BjS5CrQviMXOeKNWGR1SzDeJHZrIpY7FDGt86CPA=";
|
hash = "sha256-w67BjS5CrQviMXOeKNWGR1SzDeJHZrIpY7FDGt86CPA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
strictDeps = true;
|
|
||||||
enableParallelBuilding = true;
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
autoreconfHook
|
autoreconfHook
|
||||||
SDL2
|
SDL2
|
||||||
|
@ -39,10 +41,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
readline
|
readline
|
||||||
];
|
];
|
||||||
|
|
||||||
outputs = [
|
strictDeps = true;
|
||||||
"out"
|
enableParallelBuilding = true;
|
||||||
"doc"
|
|
||||||
];
|
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
install -d $doc/share/doc/1oom
|
install -d $doc/share/doc/1oom
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue