treewide: fix build with disallowed aliases (#43872)

fixes build with disallowed aliases
This commit is contained in:
volth
2018-07-22 02:03:24 +00:00
committed by Matthew Bauer
parent b6704130b4
commit cc55a3ebcb
48 changed files with 91 additions and 97 deletions

View File

@@ -5,7 +5,7 @@
let
version = "0.99.3";
desktop_schemas = gnome3.gsettings_desktop_schemas;
desktop_schemas = gnome3.gsettings-desktop-schemas;
in stdenv.mkDerivation rec {
name = "flatpak-${version}";