I have pushed the non working cinnamon to my personal repo (https://github.com/roelof1967/nixpkgs)

I hope someone can and is willing to help me to solve this otherwise I have no option to advise to drop Cinnamon.

Roelof


Op 19 april 2014 om 16:08 schreef Roelof Wobben <[email protected]>:


Hello,

I see this annoying error message :

hecking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating data/Makefile
config.status: creating js/Makefile
config.status: creating js/misc/config.js
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating po/Makefile.in
config.status: creating man/Makefile
config.status: creating files/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing po/stamp-it commands
config.status: error: po/Makefile.in.in was not created by intltoolize.

On this nix file :



{ stdenv, fetchurl, pkgconfig, autoreconfHook, glib, gettext, gnome_common,
gtk3,intltool,
cinnamon-desktop,makeWrapper, python, dbus,libxml2, muffin, cjs, gnome-menus,
gconf, clutter,
libstartup_notification, libcanberra, polkit, networkmanager, gnome_keyring,
libsoup, libcroco,
pulseaudio, cacert}:

let
version = "2.0.14";
in
stdenv.mkDerivation {
name = "cinnamon-${version}";

src = "" {
url = "" /> sha256 = “11fssz4d7s5n0hqb50ypk0i80l6ldb8himykarv72h1anb76azs4”;
};


configureFlags = "--enable-compile-warnings=yes --with-session-tracking=systemd
--with-ca-certificates=/etc/ssl/certs/ca-bundle.crt " ;

patches = [./compile-fix.patch ./upower-calender-fix.patch
./keyboard-applet.patch ./input-keybindings.patch ./cinnamon-gstreamer1.patch
./gtk3-lock-dialog.patch ./set-wheel.patch];

buildInputs = [
pkgconfig autoreconfHook
glib gettext gnome_common cacert
gtk3 intltool cinnamon-desktop pulseaudio
makeWrapper python dbus libxml2 muffin libcroco
cjs gnome-menus gconf clutter libstartup_notification
libcanberra polkit networkmanager gnome_keyring libsoup];

preBuild = "patchShebangs ./scripts";


postFixup = ''

for f in "$out"/bin/*; do
wrapProgram "$f" --prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH"
done
'';

meta = {
homepage = "http://cinnamon.linuxmint.com";
description = “Linux desktop which provides advanced innovative features and a
traditional user experience” ;

platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.roelof ];
};
}


Can anyone help me figure out what went wrong ?

Roelof

_______________________________________________
nix-dev mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to