Created
February 22, 2017 22:51
-
-
Save Mic92/c5c9f2ab321350827da105601e16876a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
st = st.overrideDerivation (old: { | |
dontStrip = true; | |
libXft = xorg.libXft.overrideDerivation (old: { | |
dontStrip = true; | |
}); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment