_1oom: reorder attributes from nixpkgs-hammering (#414563)

This commit is contained in:
Nick Cao 2025-06-08 10:23:15 -04:00 committed by GitHub
commit ffa4aab9b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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