Merge pull request #130739 from Stunkymonkey/osinfo-db-phases

This commit is contained in:
Sandro
2021-07-20 12:44:38 +02:00
committed by GitHub
-2
View File
@@ -11,8 +11,6 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ osinfo-db-tools gettext libxml2 ];
phases = [ "installPhase" ];
installPhase = ''
osinfo-db-import --dir "$out/share/osinfo" "${src}"
'';