Skip to content

Instantly share code, notes, and snippets.

@codedmart
Created June 19, 2015 13:58
Show Gist options
  • Select an option

  • Save codedmart/85dfab1783983eafe2ac to your computer and use it in GitHub Desktop.

Select an option

Save codedmart/85dfab1783983eafe2ac to your computer and use it in GitHub Desktop.
...
(substituteAll {
src = ./0005-dlopen-gl.patch;
openglDriver = if mesaSupported then mesa.driverLink else "/no-such-path";
})
./0006-tzdir.patch
(substituteAll { if stdenv.isDarwin then src = ./0008-dlopen-webkit-udev.patch; inherit udev; else null; })
(substituteAll { if stdenv.isDarwin then src = ./0009-dlopen-serialport-udev.patch; inherit udev; else null; })
(substituteAll { src = ./0010-dlopen-libXcursor.patch; inherit libXcursor; })
(substituteAll { src = ./0011-dlopen-openssl.patch; inherit openssl; })
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment