_1oom: reorder attributes from nixpkgs-hammering

This commit is contained in:
Guy Chronister 2025-06-06 18:02:17 +00:00
parent 367c762439
commit c75b5648fb

View file

@ -16,6 +16,11 @@ stdenv.mkDerivation (finalAttrs: {
pname = "1oom";
version = "1.11.6";
outputs = [
"out"
"doc"
];
src = fetchFromGitHub {
owner = "1oom-fork";
repo = "1oom";
@ -23,9 +28,6 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-w67BjS5CrQviMXOeKNWGR1SzDeJHZrIpY7FDGt86CPA=";
};
strictDeps = true;
enableParallelBuilding = true;
nativeBuildInputs = [
autoreconfHook
SDL2
@ -39,10 +41,8 @@ stdenv.mkDerivation (finalAttrs: {
readline
];
outputs = [
"out"
"doc"
];
strictDeps = true;
enableParallelBuilding = true;
postInstall = ''
install -d $doc/share/doc/1oom