Merge pull request #62946 from joachifm/feat/udisks1-broken

udisks1: mark as broken
This commit is contained in:
Joachim F 2019-06-10 16:41:07 +00:00 committed by GitHub
commit c58b5f6f4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

@ -19,5 +19,7 @@ stdenv.mkDerivation {
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [pSub];
license = stdenv.lib.licenses.bsd2;
broken = true;
hydraPlatforms = [];
};
}

@ -40,5 +40,7 @@ stdenv.mkDerivation rec {
description = "A daemon and command-line utility for querying and manipulating storage devices";
platforms = platforms.linux;
license = with licenses; [ gpl2 lgpl2Plus ];
broken = true;
hydraPlatforms = [];
};
}